home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / mak / readme.first < prev    next >
Text File  |  1994-11-17  |  3KB  |  60 lines

  1. STARTING OUT
  2. ------------
  3. After clicking on the M.A.K. icon you will see the Mandelbrot 
  4. Adventure Kit window for a second then the screen will go 
  5. blank during which time the program will load the title page.  
  6. The title page will fade in about 5 seconds, and at that point 
  7. you will be in M.A.K..  You should set up all parameters first; 
  8. if you have questions about any of the sections that you have 
  9. to deal with, consult the Info item on the 1st menu.  Remember 
  10. in order to see a fractal YOU MUST SELECT THE APPROPRIATE ZONES 
  11. AND CLICK THE O.K. GADGET; this gives the program permission to 
  12. use those colors. 
  13.  
  14. IMPORTANT CONCEPTS
  15. ------------------
  16. Keep in mind that high magnifications require more iterations.  
  17. If you have set the zones and you still aren't seeing a picture, 
  18. perhaps the number of iterations are not high enough or you have 
  19. chosen values that are in an area considered as infinity (in 
  20. which case no amount of iterations will be sufficient to see a 
  21. picture).  Speaking of high magnifications, this program is 
  22. capable of generating correct fractals up to a magnification 
  23. factor of approximately 100,000.  The magnification factor can 
  24. be found by taking the smallest distance between either the real 
  25. or imaginary parameters and dividing that number into 1.  
  26.  
  27. For example, the fractal in the Pictures directory named Mand_4 
  28. has a magnification factor of 98,039.  Found by taking the 
  29. difference of the imaginary parameters 
  30. (0.1130139 - 0.1130037 = 0.0000102) and dividing that number 
  31. into one (1 / 0.0000102 = 98,039.21569).
  32.  
  33. Once you start a drawing YOU CANNOT SAVE WHILE THE DRAWING IS 
  34. STILL ACTIVE.
  35. This can be done as soon as the drawing has finished.
  36.  
  37. FINAL NOTES
  38. -----------
  39.  
  40. I wish I could have put all the pictures I generated on this 
  41. disk (I had to leave off some real beauties).  Be aware that 
  42. some of these generations can take a LONG time to finish.  The 
  43. picture Mand_5 took more than 38 hours to generate completely.
  44.  
  45. The parameters contained in the Parameters directory are a very 
  46. valuable source of information on how I generated these pictures.  
  47. If you load in the parameters, you can go through each of the 
  48. requesters (for that particular image) and see how to set things 
  49. up so you have a general idea of where to start from for your own
  50. creations.
  51.  
  52. All the source has been arced with zoo.  If you want to reconstruct 
  53. the program you'll need to unarc the source then compile everything 
  54. that needs compiling and type execute blink.lin at the cli prompt.  
  55. I used Lattice version 5.1.1 and compiled everything with lc -fim
  56. <filename> except Information.c which has to be compiled with lc -b0.
  57.  
  58.  
  59. Have fun.....
  60.